Reset styling on the progress node when trough node has the `empty'
styleclass.
See https://bugzilla.gnome.org/show_bug.cgi?id=774695
border-radius: 0;
}
}
+
+ trough.empty progress { all: unset; } // makes the progress indicator disappear, when the fraction is 0
}
progressbar.osd progress {
border-style: none;
border-radius: 0; }
+ progressbar trough.empty progress {
+ all: unset; }
/*************
* Level Bar *
progressbar.osd progress {
border-style: none;
border-radius: 0; }
+ progressbar trough.empty progress {
+ all: unset; }
/*************
* Level Bar *